GtkFileChoooserNative: change prepend to append for insertions in choices list
authorLuca Bacci <luca.bacci982@gmail.com>
Fri, 12 Jul 2019 08:21:50 +0000 (10:21 +0200)
committerLuca Bacci <luca.bacci982@gmail.com>
Sun, 4 Aug 2019 16:03:21 +0000 (18:03 +0200)
commit234d0443b22478930b004c6b08491c3fee697be1
tree17f7f598b255029c3ade41b71f69ff59b20a0196
parent822deabdfe108e19f4fd148eebd2d06cb9097d7d
GtkFileChoooserNative: change prepend to append for insertions in choices list

Although slightly less efficient, keeping the order in the choices
list makes it easier for GtkFileChooserNative implementations to
add widgets in the order specified by the application.

See Merge Request !1043
gtk/gtkfilechoosernative.c